Skip to main content

All Questions

1vote
0answers
40views

How to use ui-bootstrap-paginagion in AngularJS directive

I create a directive to show data in table. I want to add pagination to this. I use it like: app.directive('myTable', function ($compile) { return { restrict: 'E', link: function (...
Ehsan Ali's user avatar
0votes
2answers
3kviews

bind custom ng-repeat pagination with Controller

I am creating custom Pagination using ng-repeat but the problem is that i want to bind the pagination to the controller...so that when i click on pagination button it should show that content in the ...
shank's user avatar

close